home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 1
/
CU Amiga Magazine CD-ROM Special Edition (1995)(EMAP Images)(GB)[Issue 1995-11].iso
/
Aminet
/
misc
/
emu
/
prlink_amiga.lha
/
prlink-0.8.0a
/
src
/
include
/
petrom3.lib
< prev
next >
Wrap
Text File
|
1995-05-12
|
1KB
|
47 lines
; Very minimal implementation for now...
nclose = $f2ae ; c64 = $f291
close = nclose
nopen = $f524 ; c64 = $f34a
open = nopen
talk = $f0b6 ; send TALK
listen = $f0ba ; send LISTEN
second = $f128 ; send SA after LISTEN
tksa = $f164 ; send SA after TALK
iecout = $f16f ; send byte to IEEE bus
untlk = $f17f ; send UNTALK
unlsn = $f183 ; send UNLISTEN
iecin = $f18c ; get byte from IEEE bus
romload = $f322 ; O/S version of LOAD
searching = $f40a ; print SEARCHING FOR name
sendname = $f466 ; send program name to bus
loading = $f42e ; print LOADING
save = $f6a4 ; O/S version of SAVE
buslsnclse = $f6f0 ; send LISTEN, CLOSE and UNLISTEN
busclse = $f6fd ; send CLOSE and UNLISTEN
kbdinput = $f1e5 ; FFCF after checking for keyboard
stop = $f301 ; test STOP key
; KERNEL call addresses
;
;open = $ffc0 basic...
;close = $ffc3 basic...
chkin = $ffc6
chkout = $ffc9
clrchn = $ffcc
chrin = $ffcf
chrout = $ffd2
;load = $ffd5 basic...
;save = $ffd8 basic...
;verify= $ffdb basic...
;sys = $ffde basic...
;stop = $ffe1 basic...
getin = $ffe4
clall = $ffe7
udtim = $ffea